Bitmap Data Source Alias Structure
QuickDraw GX provides the bitmap data source alias structure to allow you to specify file information for disk-based pixel images.
struct gxBitmapDataSourceAlias { unsigned long fileOffset; unsigned long aliasRecordSize; unsigned char aliasRecord[gxAnyNumber]; };For an example of a bitmap with a disk-based pixel image, see "Creating Bitmaps With Disk-Based Pixel Images" beginning on page 5-44.
Field Description
fileOffset
- The offset in bytes from the beginning of the file to the first pixel value of the pixel image.
aliasRecordSize
- The size in bytes of the alias record.
aliasRecord
- A Macintosh Alias Manager alias record specifying the file containing the pixel image.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help